Add a license clarification
authorMatthias Clasen <mclasen@redhat.com>
Tue, 1 Sep 2020 18:11:28 +0000 (14:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 1 Sep 2020 18:25:56 +0000 (14:25 -0400)
README.md

index 50d6a3d9ee287ecaeb94b823f88b5927eb84cd2f..cbe7809f58ed7b18a5bac7e09939d6ce02ae3b9a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -161,3 +161,7 @@ version 2.1 or, at your option, any later version, as published by the Free
 Software Foundation.
 
 Please, see the [`COPYING`](./COPYING) file for further information.
+
+GTK includes a small number of source files under the Apache license:
+- A fork of the roaring bitmaps implementation in [gtk/roaring](./gtk/roaring)
+- An adaptation of timsort from python in [gtk/timsort](./gtk/timsort)